home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000060_rbhumbla@ames.UCSD.EDU_Fri Oct 15 16:11:23 1993.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from ucsd.edu by cs.umb.edu with SMTP id AA21834
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 16 Oct 1993 02:11:26 -0400
  3. Received: from harpo.UCSD.EDU by ucsd.edu; id XAA06653
  4.     sendmail 8.6/UCSD-2.2-sun via SMTP
  5.     Fri, 15 Oct 1993 23:11:24 -0700 for <tex-k@cs.umb.edu>
  6. Received: by harpo.UCSD.EDU (4.1/UCSDPSEUDO.4)
  7.     id AA03042 for tex-k@cs.umb.edu; Fri, 15 Oct 93 23:11:23 PDT
  8. Date: Fri, 15 Oct 93 23:11:23 PDT
  9. Message-Id: <9310160611.AA03042@harpo.UCSD.EDU>
  10. From: rbhumbla@UCSD.EDU (Ravinder Bhumbla)
  11. To: tex-k@cs.umb.edu
  12. Subject: Icon title in xdvik-1.2
  13. Reply-To: rbhumbla@UCSD.EDU (Ravinder Bhumbla)
  14.  
  15. In the file xdvi.c in xdvik version 1.2, if you insert the following
  16. after line 3075 (icon_name = icon_name ? icon_name + 1 : dvi_name;), 
  17. it will remove the .dvi extension from the icon title.  That can help
  18. when you have a long filename and the real estate is limited:
  19.  
  20.     icon_name = strtok (icon_name, ".");
  21.  
  22. Ravi
  23.  
  24. p.s. - I don't subscribe to this mailing list so please send a copy of
  25. your response directly to me at rbhumbla@ucsd.edu.
  26.  
  27.